home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 2905 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1023 b 

  1. Path: castle.nando.net!news
  2. From: actuary@nando.net   (Bill McCarthy)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Help with expressions
  5. Date: 24 Jan 1996 22:29:43 GMT
  6. Organization: News & Observer Public Access
  7. Message-ID: <4e6bsn$ee8@castle.nando.net>
  8. References: <4e15ct$bfs@news.xmission.com>
  9. Reply-To: actuary@nando.net (Bill McCarthy)
  10. NNTP-Posting-Host: vyger901.nando.net
  11. X-Newsreader: IBM NewsReader/2 v1.2
  12.  
  13. In <4e15ct$bfs@news.xmission.com>, Blair Tingey <btingey@xmission.com> writes:
  14. >I am currently trying to implement expression evaluation in a project I 
  15. >am doing.  Could anyone help me or direct me to a ftp or web site where 
  16. >I could get some information and/or examples of how one might start to 
  17. >do this.
  18.  
  19. Pick up a copy of Bjarne Stroustrup's "The C++ Programming Language"
  20. second edition.  There is a good explanation with code for a simple
  21. calculator program which should get you started.  Although it is C++,
  22. this example is fairly easy to translate to C.
  23.  
  24. Bill McCarthy
  25. actuary@nando.net
  26. Wendell, NC  USA
  27.